home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news2.ios.com!usenet
  2. From: vlad@gramercy.ios.com (Vlastimil Adamovsky)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ experts only
  5. Date: Sun, 07 Apr 1996 21:28:15 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <4k9blh$8a@news2.ios.com>
  8. References: <4jhrb4$gk2@melon.myna.com> <3164559A.41C6@meca.polymtl.ca>
  9. NNTP-Posting-Host: ppp-48.ts-7.hck.idt.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Pierre Ferland <pierre@meca.polymtl.ca> wrote:
  13. >I've been managing C++ based projects for about 5 years,
  14. >and still meet problems with beginners in C++ cause they
  15. >all jump on dangerous features C++ designers brought in
  16. >the language.  Why the hell haven't they introduced
  17. >garbage collection? 
  18.  
  19. Not having a standard garbage collection is an advantage. If you ever
  20. need one, buy it. Generally you don't need it. If you think you need
  21. it and you think you cannot buy your favorite garbage collector
  22. anywhere, then use Smalltalk. It has a garbage collector. 
  23. Simply, don't create garbage in your programs and you will not to need
  24. to collect it.
  25.  
  26. >Why can't compilers agree on how and when
  27. >instantiate templates ?
  28. We can call it an evolution, which is to preffer to revolution.
  29.  
  30. >The issue should not be C versus C++, forget about C.
  31. >But don't trust C++ neither.
  32.  
  33. In god we trust.
  34.  
  35. *******************************************
  36. *    Vlastimil Adamovsky                  *
  37. * Smalltalk, C++ and Envelop development  *
  38. *******************************************
  39.  
  40.